home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
include
/
reiser4
/
flow.h
< prev
next >
Wrap
C/C++ Source or Header
|
2006-01-09
|
628b
|
26 lines
/* Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by
reiser4progs/COPYING.
flow.h -- declarations of functions for working with flow. */
#ifndef REISER4_FLOW_H
#define REISER4_FLOW_H
#include <reiser4/types.h>
extern int64_t reiser4_flow_read(reiser4_tree_t *tree,
trans_hint_t *hint);
#ifndef ENABLE_MINIMAL
extern int64_t reiser4_flow_write(reiser4_tree_t *tree,
trans_hint_t *hint);
extern errno_t reiser4_flow_convert(reiser4_tree_t *tree,
conv_hint_t *hint);
extern int64_t reiser4_flow_truncate(reiser4_tree_t *tree,
trans_hint_t *hint);
#endif
#endif